import { IBottomContentRender, IBottomPanelConfig } from "../../../types"; import './index.less'; interface IProps { bottomPanelConfig?: IBottomPanelConfig; bottomContentRender?: IBottomContentRender; } export default function (props: IProps): JSX.Element; export {};