declare function styles(selectors?: { referenceSelector?: string; floatingSelector?: string; }): import("lit").CSSResult[]; export default styles;