/// interface IProps { onChange: any; multiple?: boolean; } export default function MediaSelect(props: IProps): JSX.Element; export {};