import { NumberInputProps } from '../number-input'; declare type LabelProps = { label: string; placeholder: string; }; export declare type NumberInputLabelProps = NumberInputProps & LabelProps; export {};