import type { AllPossibleLayouts, EmbedPageType } from "../types"; declare const generateSkeleton: ({ layout, pageType, }: { layout: AllPossibleLayouts | null; pageType: EmbedPageType | null; }) => string; export { generateSkeleton }; //# sourceMappingURL=skeleton.d.ts.map