import React from "react"; import { PanelProps, PushedProps } from "./types"; interface Props extends PanelProps, PushedProps { } declare const PanelBodyLarg: React.FC; export default PanelBodyLarg;