import type React from 'react';
interface InputTitleProps {
    children: string;
}
declare const InputTitle: React.FC<InputTitleProps>;
export default InputTitle;
//# sourceMappingURL=input-title.d.ts.map