import { ComponentSize } from '../../tokens/sizes'; import { themeType } from '../../tokens/themes'; interface StyledButtonProps { innerType: themeType; size: ComponentSize; withText: boolean; isSearch: boolean; outline: boolean; } export declare const StyledButton: import("styled-components").StyledComponent<"button", any, StyledButtonProps, never>; export declare const StyledIcon: import("styled-components").StyledComponent<"div", any, {}, never>; export {}; //# sourceMappingURL=styled.d.ts.map