import { ExtendCSS } from '../../types/shared';
export declare const checkboxStyle: ({ isValid }: {
    isValid: boolean;
}) => ExtendCSS;
export declare const labelStyle: ({ isValid }: {
    isValid: boolean;
}) => ExtendCSS;
