/// import "@fontsource/ibm-plex-sans"; import { TableProps } from "./index"; type PaginationProps = { tableWidth: number; }; export declare const TableMain: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLTableElement>, never>> & string; export declare const Trs: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLTableRowElement>, never>> & string; export declare const Tds: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLTableDataCellElement>, TableProps>> & string; export declare const TrsLabel: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLTableRowElement>, never>> & string; export declare const Ths: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLTableHeaderCellElement>, never>> & string; export declare const FirstTitle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLParagraphElement>, never>> & string; export declare const CollumnsTitle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLHeadingElement>, TableProps>> & string; export declare const Pagination: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, PaginationProps>> & string; export declare const MainNav: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never>> & string; export declare const ButtonNavigate: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLButtonElement>, never>> & string; export declare const OptionsNav: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLOptionElement>, never>> & string; export declare const SelectNav: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLSelectElement>, never>> & string; export declare const TextInfo: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLParagraphElement>, never>> & string; export declare const TextMessege: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never>> & string; export declare const DivContActions: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never>> & string; export {}; //# sourceMappingURL=style.d.ts.map