export declare const novinhubCreatePostEnhancedAction: import("@anjir/apps-framework").IAction<import("@anjir/apps-framework").OAuth2Property<import("@anjir/apps-framework").OAuth2Props>, {
    accounts: import("@anjir/apps-framework").MultiSelectDropdownProperty<any, true>;
    caption: import("@anjir/apps-framework").LongTextProperty<true>;
    type: import("@anjir/apps-framework").StaticDropdownProperty<"text" | "image" | "album" | "video" | "document" | "story" | "poll", true>;
    media_files: import("@anjir/apps-framework").MultiSelectDropdownProperty<any, false>;
    is_scheduled: import("@anjir/apps-framework").CheckboxProperty<false>;
    schedule_date: import("@anjir/apps-framework").DateTimeProperty<false>;
    is_draft: import("@anjir/apps-framework").CheckboxProperty<false>;
    hashtags: import("@anjir/apps-framework").ShortTextProperty<false>;
    network_settings: import("@anjir/apps-framework").JsonProperty<false>;
}>;
