/** @typedef {typeof __propDef.props} BiFiletypeAacProps */ /** @typedef {typeof __propDef.events} BiFiletypeAacEvents */ /** @typedef {typeof __propDef.slots} BiFiletypeAacSlots */ export default class BiFiletypeAac extends SvelteComponentTyped<{}, { [evt: string]: CustomEvent; }, {}> { } export type BiFiletypeAacProps = typeof __propDef.props; export type BiFiletypeAacEvents = typeof __propDef.events; export type BiFiletypeAacSlots = typeof __propDef.slots; import { SvelteComponentTyped } from "svelte"; declare const __propDef: { props: {}; events: { [evt: string]: CustomEvent; }; slots: {}; }; export {};