import { Sprinkles } from '../../theme';
interface IndeterminateIconProps {
color?: Sprinkles["color"];
}
export declare const IndeterminateIcon: import('react').ForwardRefExoticComponent<IndeterminateIconProps & import("react").RefAttributes<SVGSVGElement>>;
export {};