import { QuarkElement } from "quarkc"; declare class QuarkIcon extends QuarkElement { render(): any; } export default QuarkIcon;