interface DisclosureContextData { ownerID: string; buttonID: string; panelID: string; } export declare const DisclosureContext: import("solid-js").Context; /** * Reads the nearest `Disclosure`'s internal context, which holds the generated * ids for its button and panel. Throws when called outside a `Disclosure`. * * @see {@link https://github.com/lxsmnsyc/terracotta/blob/main/docs/components/disclosure.md} */ export declare function useDisclosureContext(componentName: string): DisclosureContextData; export {}; //# sourceMappingURL=DisclosureContext.d.ts.map