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