export declare const CSS: {
  backButton: string;
};
export declare const ICONS: {
  backLeft: string;
  backRight: string;
};
export declare const SLOTS: {
  actionBar: string;
  headerActionsStart: string;
  headerActionsEnd: string;
  headerMenuActions: string;
  headerContent: string;
  fab: string;
  footer: string;
  footerActions: string;
};
