import React from 'react'; import { type ElementProps } from '../../../../../../types/element/elementProps'; export type InputMessageProps = ElementProps<'span', React.PropsWithChildren>; export declare const InputMessage: React.ForwardRefExoticComponent, HTMLSpanElement>, "ref">, "children">, "children"> & { children?: React.ReactNode; } & React.RefAttributes>; //# sourceMappingURL=Message.d.ts.map