import { PanelProps } from '@befe/brick-comp-layout'; export { Panel as PagePanel } from '@befe/brick-comp-layout'; /** * @public */ export type PagePanelProps = PanelProps;