///
export declare const StyledContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never>> & string;
export declare const StyledPageCount: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit & import("..").TypographyProps & import("react").RefAttributes, "ref"> & {
ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject | null | undefined;
}, never>> & string & Omit & import("..").TypographyProps & import("react").RefAttributes>, keyof import("react").Component>;
export declare const StyledCurrentPage: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit & import("..").TypographyProps & import("react").RefAttributes, "ref"> & {
ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject | null | undefined;
}, never>> & string & Omit & import("..").TypographyProps & import("react").RefAttributes>, keyof import("react").Component>;
export declare const StyledButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, "ref"> & {
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject | null | undefined;
}, never>> & string & Omit>, keyof import("react").Component>;
export declare const StyledOverlay: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit & import("..").CardProps & import("react").RefAttributes, "ref"> & {
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject | null | undefined;
}, never>> & string & Omit & import("..").CardProps & import("react").RefAttributes>, keyof import("react").Component>;