export interface CommonDotProps { dotColor?: string; size?: string; } export declare const CommonDot: import('@emotion/styled').StyledComponent<{ theme?: import('@emotion/react').Theme; as?: React.ElementType; } & CommonDotProps, import('react').DetailedHTMLProps, HTMLDivElement>, {}>;