export declare type FocusEvent = 'focus' | 'blur';
declare const _default: {
    'focus': string;
    'blur': string;
};
export default _default;
