import { IPanelProps } from "../types";
/**
 * Panel
 */
export declare const Panel: (props: IPanelProps, content?: string) => string;
