export declare class Panel { /** * CSS declarations for the panel. */ style: { background: string, boxShadow: string, borderRadius: string, }; }