/// interface Props { label: string; handleClick: () => void; active: boolean; } export declare const CheckLabel: ({ label, handleClick, active }: Props) => JSX.Element; export {};