interface FocusBlurPluginProps { onFocus?: () => void; onBlur?: () => void; } declare const FocusBlurPlugin: (props: FocusBlurPluginProps) => null; export { FocusBlurPlugin };