import { CSSProperties, DefineComponent, ExtractPropTypes, HTMLAttributes, PropType } from 'vue'; export declare const emptyProps: { description: (BooleanConstructor | StringConstructor)[]; image: StringConstructor; imageStyle: PropType; }; export type EmptyProps = Partial> & HTMLAttributes; declare const _default: DefineComponent; export default _default;