/// declare type Props = { width: number | null; onWidth: (width: number) => void; }; declare function SelectWidth(props: Props): JSX.Element; export default SelectWidth;