import React from 'react'; export declare function clsx(...list: (string | undefined | boolean)[]): string; export declare function getChildren(c: React.ReactNode): { slides: React.ReactElement>[]; }; export declare function guid(): string;