import React from 'react'; import { ButtonProps } from './Button.types'; export declare const StyledButton: React.FC; export declare const PreffixWrapper: import("styled-components").StyledComponent<"span", any, {}, never>;