export type PanelBodyProps = {
    animate?: boolean;
    hidden?: boolean;
};
export declare const PanelBody: import("styled-components").StyledComponent<"div", any, PanelBodyProps, never>;
