import { StyleFn, StyleObject } from '../types'; import { SharedProps } from './types'; export declare const getLabelOverrides: StyleFn; export declare const getCheckmarkOverrides: StyleFn; export declare const getRootOverrides: () => StyleObject;