import React from 'react'; export declare type CheckboxIndicatorProps = React.HTMLAttributes; export declare const classes: { checkedIndicator: string; defaultCheckbox: string; }; /** * 'Vanilla' base component for checkbox indicator. Mirrors preceding checkbox. */ export declare function CheckboxIndicator(props: CheckboxIndicatorProps): JSX.Element;