export declare const CSS: {
  content: string;
  contentHeader: string;
  contentBody: string;
  contentDetached: string;
};
export declare const SLOTS: {
  actionBar: string;
  header: string;
};
