export * from './carousel-utils'; export * from './match-media'; export declare const canUseDOM: () => boolean; export declare const filterUndefined: (props: T) => T; export declare function clearSelection(): void; export declare function json2mq(obj: Record): string; export declare function debounce(callback: () => Promise, wait: number): { cancel: () => void; };