import type { Components, JSX } from "../types/components"; interface RuxIconLocalPostOffice extends Components.RuxIconLocalPostOffice, HTMLElement {} export const RuxIconLocalPostOffice: { prototype: RuxIconLocalPostOffice; new (): RuxIconLocalPostOffice; };