interface Props {
    disabled: boolean;
}
export declare function RestoreFocus({ disabled }: Props): null;
export {};
