/** @jsxImportSource preact */ import type { JSX } from 'preact'; export declare function makeTextIcon(content: string, fontSize?: number, viewBoxSize?: number): string; export declare function IconButton({ icon, color, style, className, title, onClick }: { icon: string; color?: string; className?: string; style?: JSX.CSSProperties; title?: string; onClick?: () => void; }): JSX.Element; //# sourceMappingURL=icon-button.d.ts.map