import { PropertyValues } from 'lit'; import { IconButtonToggle } from '@material/mwc-icon-button-toggle/mwc-icon-button-toggle'; declare global { interface HTMLElementTagNameMap { 'cv-icon-button-toggle': CovalentIconButtonToggle; } } export declare class CovalentIconButtonToggle extends IconButtonToggle { /** * Angular doesn't allow properties that begin with 'on' to be set due to security reasons. * This is an alias for the 'on' property in mwc-icon-button-toggle, which can be used to toggle the button on/off. */ toggledOn: boolean; static styles: import("lit").CSSResult[]; protected update(changedProperties: PropertyValues): void; protected renderRipple(): "" | import("lit-html").TemplateResult<1>; } export default CovalentIconButtonToggle; //# sourceMappingURL=icon-button-toggle.d.ts.map