interface SizeIndiatorProps { className?: string; } declare const SizeIndiator: ({ className }: SizeIndiatorProps) => import("react/jsx-runtime").JSX.Element; export { SizeIndiator, type SizeIndiatorProps }; //# sourceMappingURL=SizeIndiator.d.ts.map