import { FC } from 'react'; interface ThumbnailToggleProps { title?: string; } export declare const ThumbnailToggle: FC; export {};