export declare class ManifoldIcon { marginRight?: boolean; marginLeft?: boolean; /** The icon ID */ icon: string; /** a CSS variable starting with `--manifold-g-*` */ gradient?: string; /** a CSS variable starting with `--manifold-c-*` */ color?: string; element: HTMLElement; get gradientID(): string; get stopColors(): { color: string; offset: string; }[]; componentWillLoad(): void; render(): any; }