interface ModalLightboxProps { show: boolean; offset: number; } export declare const ModalLightbox: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, ModalLightboxProps, never>; export {}; //# sourceMappingURL=ModalLightbox.d.ts.map