import { appIconButtonName } from './constants.js';
import { IconButton } from './icon-button.js';
export declare class AppIconButton extends IconButton {
}
declare global {
    interface HTMLElementTagNameMap {
        [appIconButtonName]: AppIconButton;
    }
}
//# sourceMappingURL=app-icon-button.d.ts.map