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