import { FC } from "react"; export interface IncludeProps { url: string; } export declare const Include: FC; //# sourceMappingURL=Include.d.ts.map