/// import { SelectInputProps } from '../SelectInput'; interface labelProps extends SelectInputProps { DSLCore: any; [key: string]: any; } declare const DescriptionLabel: (props: labelProps) => JSX.Element; export default DescriptionLabel;