export declare function Checkbox(props: { value: boolean; onClick: () => void; label: string; }): import("solid-js").JSX.Element;