/// <reference types="react" />
declare function Backdrop({ disabled, isFocused }: {
    disabled?: boolean | undefined;
    isFocused?: boolean | undefined;
}): JSX.Element;
declare const MemoizedBackdrop: import("react").MemoExoticComponent<typeof Backdrop>;
export default MemoizedBackdrop;
//# sourceMappingURL=backdrop.d.ts.map