import { dimensions } from '@synnaxlabs/x'; import { ComponentPropsWithoutRef, ReactElement } from 'react'; import { SVGBasedProps } from './orientable'; export interface SVGProps extends SVGBasedProps, Omit, "direction" | "color" | "orientation" | "scale"> { dimensions: dimensions.Dimensions; } export declare const BASE_SCALE = 0.8; export declare const SVG: ({ dimensions: dimsProp, orientation, children, className, color: colorVal, style, scale, ...rest }: SVGProps) => ReactElement; //# sourceMappingURL=SVG.d.ts.map