/// import type { CommonPropsType } from '../../types'; import './style'; export interface PropsType extends CommonPropsType { title?: string; } export default function Picker(props: PropsType): JSX.Element;