import { location } from '@synnaxlabs/x'; import { ReactElement } from 'react'; export interface LinearProps { orientation: location.Outer; left: number; right: number; top?: number; } export declare const Linear: ({ orientation, left, right, top, }: LinearProps) => ReactElement; //# sourceMappingURL=Linear.d.ts.map