type TypeFixedFullScreenProps = { content: HTMLElement; callback: () => void; }; export declare const createCompositeCarouselFullScreen: ({ content, callback }: TypeFixedFullScreenProps) => { element: HTMLDivElement; styles: string; events: { show: () => void; hide: () => void; }; }; export {}; //# sourceMappingURL=full-screen.d.ts.map