export declare const PRODUCT_EXPERIENCE_FILE_PREVIEW: {
    readonly EVENTS: {
        readonly FILE_PREVIEW: "filePreview";
    };
    readonly COMPONENTS: {
        readonly FILE_PREVIEW_COMPONENT: "file-preview";
    };
    readonly ACTIONS: {
        readonly OPEN_PREVIEW: "openPreview";
    };
};
//# sourceMappingURL=file-preview-product-experience.constants.d.ts.map