import React from 'react';
interface ChargingPileProps {
    viewBox?: {
        x: number;
        y: number;
        width: number;
        height: number;
    } | null;
    rotation?: number;
}
declare const CharginPile: React.MemoExoticComponent<({ viewBox, rotation }: ChargingPileProps) => import("react/jsx-runtime").JSX.Element>;
export default CharginPile;
//# sourceMappingURL=index.d.ts.map