import { ITheming } from "../theming";
export declare const GalleryPanelCss: {
    deleteBtn: (theming: ITheming) => string;
    activePanel: string;
};
