import React from 'react'; declare const Footer: ({ label, onPress }: { label: string; onPress: () => void; }) => React.JSX.Element; export default Footer;