import { SynBlurEvent, SynFocusEvent } from '@synergy-design-system/components'; import { default as SynIconButton } from '@synergy-design-system/components/components/icon-button/icon-button.component.js'; export type { SynBlurEvent } from '@synergy-design-system/components'; export type { SynFocusEvent } from '@synergy-design-system/components'; declare const _default: import('vue').DefineComponent<{ /** * The name of the icon to draw. * Available names depend on the icon library being used. */ name?: SynIconButton["name"]; /** * The name of a registered custom icon library. */ library?: SynIconButton["library"]; /** * An external URL of an SVG file. * Be sure you trust the content you are including, as it will be executed as code and can result in XSS attacks. */ src?: SynIconButton["src"]; /** * When set, the underlying button will be rendered as an `` with this `href` instead of a `