import * as React from 'react'; interface IFormHintProps { /** @ignore */ className?: string; /** @ignore */ children?: React.ReactNode; } declare const Hint: import("styled-components").StyledComponent<(props: IFormHintProps) => JSX.Element, import("../../styles/Theme").IThemeInterface, {}, never>; export { Hint };