import { ElementType, HTMLHopeProps } from "../types";
export declare type CheckboxPrimitiveIndicatorProps = HTMLHopeProps;
/**
* Renders when the checkbox primitive is in a checked or indeterminate state.
* You can style this element directly, or you can use it as a wrapper to put an icon into, or both.
*/
export declare function CheckboxPrimitiveIndicator(props: CheckboxPrimitiveIndicatorProps): import("solid-js").JSX.Element;
//# sourceMappingURL=checkbox-primitive-indicator.d.ts.map