import type { TemplateResult } from 'lit'; /** * Disclosure chevron for `
`/`` accordions. Replaces the * browser default triangle with a thin chevron that rotates when the host * `
` opens. Render it inside the `` and pair with * {@link disclosureStyles}. */ export declare function chevron(): TemplateResult; /** * Shared `
` accordion styling: hides the native disclosure triangle * and rotates the {@link chevron} 180 degrees when the accordion is open. * Import into any component that renders disclosure accordions so the chevron * looks and behaves identically. */ export declare const disclosureStyles: import("lit").CSSResult; //# sourceMappingURL=disclosure.d.ts.map