import { ExtractPropTypes } from 'vue'; export declare const emptyProps: { readonly image: StringConstructor; readonly imageSize: NumberConstructor; readonly description: StringConstructor; }; export type EmptyProps = Partial>; export declare const emptyEmits: {}; export type EmptyEmits = typeof emptyEmits;