import React from 'react'; declare const DSMobileFooterAction: { ({ label, icon, onClick }: { label: any; icon: any; onClick: any; }): React.JSX.Element; displayName: string; }; declare const DSMobileFooterActionWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").DocumentedReactComponent<{ label: any; icon: any; onClick: any; }>; export { DSMobileFooterAction, DSMobileFooterActionWithSchema };