export declare const CSS: {
  container: string;
  header: string;
  footer: string;
  title: string;
  subtitle: string;
  checkboxWrapper: string;
  thumbnailWrapper: string;
};
export declare const SLOTS: {
  thumbnail: string;
  title: string;
  subtitle: string;
  footerStart: string;
  footerEnd: string;
};
