export interface ThreeDBarProps {
    color: string;
    barWidth?: number;
    barDepth?: number;
}
export declare function ThreeDBar({ color, barWidth, barDepth, }: ThreeDBarProps): import("react").JSX.Element;
//# sourceMappingURL=ThreeDBar.d.ts.map