export declare const Container: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const TextRow: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const ButtonsRow: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const ButtonStyled: import("styled-components").StyledComponent<{ ({ disabled, onClick, type, size, label, isSplit, loading, icon, iconEnd, hasIconOnly, isSelect, items, selectPosition, onSelectClick, fullWidth, tooltip, buttonRef, hideSearch, textToLeft, className, children, onOpen, ...props }: { [x: string]: any; disabled: any; onClick: any; type: any; size: any; label: any; isSplit: any; loading: any; icon: any; iconEnd: any; hasIconOnly: any; isSelect: any; items: any; selectPosition: any; onSelectClick: any; fullWidth: any; tooltip: any; buttonRef: any; hideSearch: any; textToLeft: any; className: any; children: any; onOpen: any; }): JSX.Element; propTypes: { disabled: import("prop-types").Requireable; size: import("prop-types").Requireable; onClick: import("prop-types").Validator<(...args: any[]) => any>; label: import("prop-types").Requireable; type: import("prop-types").Requireable; isSplit: import("prop-types").Requireable; isSelect: import("prop-types").Requireable; loading: import("prop-types").Requireable; hasIconOnly: import("prop-types").Requireable; textToLeft: import("prop-types").Requireable; icon: import("prop-types").Requireable; iconEnd: import("prop-types").Requireable; items: import("prop-types").Requireable<(import("prop-types").InferProps<{ id: import("prop-types").Requireable; title: import("prop-types").Requireable; }> | null | undefined)[]>; children: import("prop-types").Requireable; selectPosition: import("prop-types").Requireable; onSelectClick: import("prop-types").Requireable<(...args: any[]) => any>; fullWidth: import("prop-types").Requireable; tooltip: import("prop-types").Requireable; ref: import("prop-types").Requireable; buttonRef: import("prop-types").Requireable any) | import("prop-types").InferProps<{ current: import("prop-types").Requireable; }> | null | undefined>>; hideSearch: import("prop-types").Requireable; className: import("prop-types").Requireable; onOpen: import("prop-types").Requireable<(...args: any[]) => any>; }; defaultProps: { disabled: boolean; isSplit: undefined; loading: boolean; size: string; type: string; label: undefined; hasIconOnly: boolean; icon: undefined; iconEnd: boolean; isSelect: undefined; items: undefined; selectPosition: string; onSelectClick: undefined; fullWidth: boolean; tooltip: undefined; ref: undefined; buttonRef: undefined; hideSearch: boolean; className: undefined; children: undefined; onOpen: null; }; }, any, {}, never>; export declare const Text: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const Icon: import("styled-components").StyledComponent<(props: any) => import("react").FunctionComponentElement, any, {}, never>; //# sourceMappingURL=style.d.ts.map