declare const StyledButton: import("styled-components").StyledComponent<"button", any, {
    theme: object;
} & {
    type: "button";
}, "theme" | "type">;
export default StyledButton;
