export declare const CSS: {
  main: string;
  mainReversed: string;
  content: string;
  contentBehind: string;
  footer: string;
};
export declare const SLOTS: {
  centerRow: string;
  primaryPanel: string;
  contextualPanel: string;
  header: string;
  footer: string;
};
