interface Props {
    class?: string;
    size?: number | string;
}
declare const EnergyIcon: import("svelte").Component<Props, {}, "">;
type EnergyIcon = ReturnType<typeof EnergyIcon>;
export default EnergyIcon;
//# sourceMappingURL=EnergyIcon.svelte.d.ts.map