import type { ICheckStyleProps, ICheckStyles } from '@fluentui/react'; export declare const getCheckStyles: ({ checked, theme }: ICheckStyleProps) => Partial;