import './index.less'; import { IFullScreenCardProps } from './interface'; declare const Index: ({ children, loading, hasFull, title, hasRadio, extraRadioType, extraRadios, customExtra, radioProps, cardProps, hideDownload, onDownload, isFull: propsIsFull, toggle: propsToggle, dataLogModule, fullLogValue, }: IFullScreenCardProps) => JSX.Element; export default Index;