export declare const IconButton: import("@planda/styled-system/jsx").StyledComponent<"button", import("@planda/styled-system/recipes").IconButtonVariantProps>; export declare const GhostIconButton: import("@planda/styled-system/jsx").StyledComponent<"button", { size?: 4 | 2 | 1 | 3 | undefined; inverted?: boolean | undefined; }>;