import { color, location } from '@synnaxlabs/x'; export interface OrientableProps { orientation?: location.Outer; } export interface SVGBasedProps extends OrientableProps { color?: color.Crude; scale?: number; } export declare const ZERO_PROPS: SVGBasedProps; //# sourceMappingURL=orientable.d.ts.map