interface StyledDotProps {
    $color: string;
    $size: number;
}
export declare const StyledDot: import("styled-components").StyledComponent<"div", any, StyledDotProps, never>;
export {};
//# sourceMappingURL=Styles.d.ts.map