import { FC } from "react"; import { SelectProps } from "antd"; export declare type Props = SelectProps & { label?: string; }; export declare const SelectC: FC;