import { FC, HTMLAttributes } from 'react'; export interface Props extends HTMLAttributes { contents: any[]; } export declare const ExploreDialogContent: FC;