export type EmptyProps = { /** * @property {string} [description='No Data'] * @version 0.0.2 */ description?: string; }; export type EmptySlots = { /** * @slot image * @version 0.0.2 */ image: {}; /** * @slot description * @version 0.0.2 */ description: {}; };