import { BaseStyle } from "../BaseStyle"; export declare class PanelStyle extends BaseStyle { titleFont: string; titleColor: string; closeIconTint: string; boxShadow: string; textFont: string; textColor: string; constructor(props: Partial); } //# sourceMappingURL=PanelStyle.d.ts.map