import { LitElement } from 'lit'; import '../../button'; import '../index'; export declare class BatchActions extends LitElement { static styles: import("lit").CSSResult; accessor handleDelete: () => void; accessor opened: boolean; /** * Determines if the component is being rendered on a mobile device. * @ignore */ accessor isMobile: boolean; handleClick: (e: Event) => void; render(): import("lit-html").TemplateResult<1>; } //# sourceMappingURL=batch-actions.sample.d.ts.map