import * as React from 'react'; import { CSSObject } from '@emotion/react'; export interface LineProps extends React.HTMLProps { color?: string; } export declare const lineStyle: (props: LineProps) => CSSObject; export declare const Line: (props: LineProps) => import("@emotion/react/jsx-runtime").JSX.Element; //# sourceMappingURL=Line.d.ts.map