/// <reference types="react" />
import { WithGuiTheme } from '../../../../../assets/theme';
import PanelContainerViewProps from './type';
declare const StyledPanel: import("@emotion/styled").StyledComponent<((PanelContainerViewProps & WithGuiTheme) | (PanelContainerViewProps & WithGuiTheme & {
    children?: import("react").ReactNode;
})) & {
    theme?: import("@emotion/react").Theme;
}, {}, {}>;
export { StyledPanel };
