import { BasePickerProps } from '../../typings/BasePicker';
export declare function useIsLandscape(customOrientation?: BasePickerProps['orientation']): boolean;
