import { LitElement } from 'lit'; export declare const bind: (element: LitElement) => void; export default bind;