import React from 'react'; import type { PinningDirection } from '@coinbase/cds-common/types/BoxBaseProps'; type DrawerStatusBarProps = { pin: PinningDirection; visible: boolean; }; /** * @deprecated If you need to hide the status bar and you're not using Drawer already, use the StatusBar component from react-native directly. This will be removed in a future major release. * @deprecationExpectedRemoval v10 */ export declare const DrawerStatusBar: React.NamedExoticComponent; export {}; //# sourceMappingURL=DrawerStatusBar.d.ts.map