export declare const selectionChanged = "selectionChanged"; /** * Allows a component to be selected when clicked */ export default function SelectableMixin(Base: any): any; //# sourceMappingURL=SelectableMixin.d.ts.map