import type { BaseKeyBoardProps } from '../keyboard/interface';
export interface BaseKeyBoardPickerProps extends BaseKeyBoardProps {
    visible?: boolean;
    destroy?: boolean;
    safeArea?: boolean;
}
