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