import React from 'react';
export interface ThemeDemoProps {
    /**
     * Whether to show the theme selector
     */
    showThemeSelector?: boolean;
}
export declare const ThemeDemo: React.FC<ThemeDemoProps>;
//# sourceMappingURL=ThemeDemo.d.ts.map