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