/// interface IUnderlinerProps { /** @ignore */ className?: string; setRef?: any; } declare const Underliner: import("styled-components").StyledComponent<(props: IUnderlinerProps) => JSX.Element, import("../../styles/Theme").IThemeInterface, {}, never>; export { Underliner };