/** * The IndeterminateIcon component is used by the checkbox to display the Indeterminate state. * * @param {IndeterminateIconProps} props - The props for the IndeterminateIcon component * @returns {ReactElement} IndeterminateIcon component */ export declare const IndeterminateIcon: ({ className }: { className?: string; }) => import("react/jsx-runtime").JSX.Element;