import type { CSSResultArray } from 'lit'; import { PharosButton } from '../button/pharos-button'; import type { LinkTarget } from '../base/anchor-element'; import type { ButtonType, IconName, ButtonVariant } from '../button/pharos-button'; export type { LinkTarget, ButtonType, IconName, ButtonVariant }; /** * Pharos toast button component. * * @tag pharos-toast-button * */ export declare class PharosToastButton extends PharosButton { constructor(); static get styles(): CSSResultArray; } //# sourceMappingURL=pharos-toast-button.d.ts.map