import * as React from 'react';
import { PCRCheckboxRadioProps } from '../../typings/PCRCheckboxRadioProps';
declare type StateProps = React.HTMLAttributes<HTMLDivElement> & {
    color?: PCRCheckboxRadioProps['color'];
    icon?: React.ReactNode;
};
/**
 * A tiny component to abstract away pretty-checkbox "state" div.
 * Shared by all components.
 */
export declare const State: React.FC<StateProps>;
export {};
//# sourceMappingURL=State.d.ts.map