import { SxProps } from '@mui/material/styles'; type DotProps = { color?: string; size?: number; variant?: string; sx?: SxProps; }; declare function Dot({ color, size, variant, sx }: DotProps): import("react/jsx-runtime").JSX.Element; export { Dot }; export type { DotProps }; //# sourceMappingURL=Dot.d.ts.map