export declare const CSS: {
  container: string;
  content: string;
  contentHeader: string;
  contentBody: string;
  contentFloat: string;
  contentOverlay: string;
  separator: string;
};
export declare const SLOTS: {
  actionBar: string;
  header: string;
};
