import { ReactElement } from 'react'; import { Config } from './config'; interface RenderProps extends Omit { className?: string; boxBorderRadius?: number; strokeWidth?: number; } export declare const Tank: ({ className, dimensions, borderRadius, boxBorderRadius, color: colorVal, backgroundColor, strokeWidth, }: RenderProps) => ReactElement; export {}; //# sourceMappingURL=Primitive.d.ts.map