export declare function getCheckBoxAccessibilityProps(label: string, checked: boolean, disabled?: boolean): Record;