export type BaseSlots = {
  /** Base content. */
  default(): any;
};
