/** @typedef {typeof __propDef.props} IconTitleDescriptionSectionProps */ /** @typedef {typeof __propDef.events} IconTitleDescriptionSectionEvents */ /** @typedef {typeof __propDef.slots} IconTitleDescriptionSectionSlots */ export default class IconTitleDescriptionSection extends SvelteComponentTyped<{ data?: any[]; }, { [evt: string]: CustomEvent; }, {}> { } export type IconTitleDescriptionSectionProps = typeof __propDef.props; export type IconTitleDescriptionSectionEvents = typeof __propDef.events; export type IconTitleDescriptionSectionSlots = typeof __propDef.slots; import { SvelteComponentTyped } from "svelte"; declare const __propDef: { props: { data?: any[]; }; events: { [evt: string]: CustomEvent; }; slots: {}; }; export {};