import React from 'react'; import type { InputContainerOptions } from '@splunk/dashboard-types'; interface InputTitleContainerProps { containerOptions?: InputContainerOptions; } export interface InputTitleProps extends InputTitleContainerProps { title?: string; inputId?: string; titleId?: string; withInputLabel?: boolean; } export declare const InputTitle: ({ title, containerOptions, inputId, titleId, withInputLabel, }: InputTitleProps) => React.JSX.Element; export {}; //# sourceMappingURL=InputTitle.d.ts.map