interface Props { theme?: string; width?: string; height?: string; } export declare const Wrapper: import("styled-components").StyledComponent<"button", any, Props, never>; export {};