import { TTheme } from '../../../types/TTheme'; import { TFancyLine } from './TFancyLine.model'; import { TStyledPrefixAndPicker } from '../../../types/TStyledPrefixAndPicker'; type TStyledFancyLine = TStyledPrefixAndPicker & { theme?: TTheme; }; export declare const StyledFancyLine: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute, HTMLHRElement>, TStyledFancyLine>> & string; export {};