import { FileBubbleStyle } from "@cometchat/uikit-elements";
import { PropType } from "vue";
declare const _sfc_main: import("vue").DefineComponent<{
    downloadIconURL: {
        type: StringConstructor;
        default: any;
    };
    subtitle: {
        type: StringConstructor;
    };
    title: {
        type: StringConstructor;
    };
    fileURL: {
        type: StringConstructor;
    };
    fileStyle: {
        type: PropType<FileBubbleStyle>;
    };
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
    downloadIconURL: {
        type: StringConstructor;
        default: any;
    };
    subtitle: {
        type: StringConstructor;
    };
    title: {
        type: StringConstructor;
    };
    fileURL: {
        type: StringConstructor;
    };
    fileStyle: {
        type: PropType<FileBubbleStyle>;
    };
}>>, {
    downloadIconURL: string;
}, {}>;
export default _sfc_main;
