export type AriaCheckedAttributes = 'true' | 'false' | 'mixed'; export declare const ariaCheckedMap: Map;