/// import '../styles/components/Panel.scss'; import { type PanelProps } from './types'; export declare function Panel({ className, style, children, direction, }: PanelProps): JSX.Element | null; export declare namespace Panel { var displayName: string; }