declare type RoundButtonProps = { active?: boolean; top?: number; right?: number; size?: 'default' | 'small'; hasCount?: boolean; }; export declare const RoundButton: import("styled-components").StyledComponent<"button", import("styled-components").DefaultTheme, RoundButtonProps, never>; export declare const MobileTapArea: import("styled-components").StyledComponent<"button", import("styled-components").DefaultTheme, RoundButtonProps, never>; export {};