export interface Props { rotate?: string; shape?: "default" | "circle"; } export declare const IconButton: import("styled-components").StyledComponent<"a", any, Props, never>;