import React from "react"; import { StyleProp } from "react-native"; type Props = { style?: StyleProp; onBack?: (any: any) => void; onAccept?: (any: any) => void; acceptText?: string; }; export declare const ScreenFooter: React.FC; export {}; //# sourceMappingURL=ScreenFooter.d.ts.map