import { DocumentIconAlignment } from "@cometchat/uikit-resources";
import { PropType } from "vue";
declare const _sfc_main: import("vue").DefineComponent<{
    iconURL: {
        type: StringConstructor;
    };
    title: {
        type: StringConstructor;
    };
    URL: {
        type: StringConstructor;
    };
    subtitle: {
        type: StringConstructor;
    };
    buttonText: {
        type: StringConstructor;
    };
    documentStyle: {
        type: any;
    };
    hideSeparator: {
        type: BooleanConstructor;
        default: boolean;
    };
    iconAlignment: {
        type: PropType<DocumentIconAlignment>;
    };
    listeners: {
        type: any;
    };
    ccClicked: {
        type: any;
    };
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
    iconURL: {
        type: StringConstructor;
    };
    title: {
        type: StringConstructor;
    };
    URL: {
        type: StringConstructor;
    };
    subtitle: {
        type: StringConstructor;
    };
    buttonText: {
        type: StringConstructor;
    };
    documentStyle: {
        type: any;
    };
    hideSeparator: {
        type: BooleanConstructor;
        default: boolean;
    };
    iconAlignment: {
        type: PropType<DocumentIconAlignment>;
    };
    listeners: {
        type: any;
    };
    ccClicked: {
        type: any;
    };
}>>, {
    hideSeparator: boolean;
    listeners: any;
    documentStyle: any;
    ccClicked: any;
}, {}>;
export default _sfc_main;
