export type Params = Record; export declare const useParams: () => Params & { AttachmentId?: string | null | undefined; SchemaId?: string | null | undefined; FormId?: string | null | undefined; }; //# sourceMappingURL=useParams.d.ts.map