export declare const exportCampaignLeads: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").SecretTextProperty<true>, {
    campaignId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
    state: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
}>;
