export declare const CSS: {
  title: string;
  header: string;
  footer: string;
  scrim: string;
  back: string;
  close: string;
  secondary: string;
  primary: string;
  overflowHidden: string;
};
export declare const ICONS: {
  close: string;
};
export declare const SLOTS: {
  content: string;
  header: string;
  back: string;
  secondary: string;
  primary: string;
};
export declare const TEXT: {
  close: string;
};
