export type RegisterDisclosurePart = (registrationKey: string, id: string) => () => void; /** Track the realized IDs of one kind of disclosure part in commit order. */ export declare function useDisclosureIdRegistry(part: "trigger" | "content", fallbackIds: readonly string[]): readonly [readonly string[], boolean, RegisterDisclosurePart]; //# sourceMappingURL=disclosure-id-registry.d.ts.map