import { SanityDocument } from '@sanity/types'; export declare function isExpanded(keyPath: any, value: any): any; export declare function toggleExpanded(event: any): void; export declare function selectElement(element: HTMLElement): void; export declare function select(event: any): void; export declare function maybeSelectAll(event: any): void; export declare function isDocumentWithType(value: Partial | null): value is Partial & { _type: SanityDocument['_type']; }; //# sourceMappingURL=helpers.d.ts.map