import * as React from 'react'; export interface SpoilerProps { children: React.ReactNode; } export declare const Spoiler: React.FC;