/** * Custom styles for the overlay-panel component * Edit this file to customize the appearance */ export interface OverlayPanelClasses { container: string; content: string; closeIcon: string; header: string; footer: string; } export declare const defaultClasses: OverlayPanelClasses;