import { default as React } from 'react'; import { Box } from '../box'; export type LineProps = Omit, 'asChild' | 'as' | 'children'>; export declare const Line: React.ForwardRefExoticComponent>;