type StyledButtonProps = { bg: string; bgSelect: string; bgHover: string; color: string; colorSelect: string; selected: boolean; disabled: boolean; }; export declare const StyledButton: import("styled-components").StyledComponent<"button", any, StyledButtonProps, never>; export declare const StyledLink: import("styled-components").StyledComponent<"a", any, StyledButtonProps, never>; export declare const StyledIcon: import("styled-components").StyledComponent<"span", any, { color: string; }, never>; export declare const Label: import("styled-components").StyledComponent<"span", any, {}, never>; export {};