export default function FxButton({ active, onPress, dataCy }: { active: any; onPress: any; dataCy: any; }): import("react/jsx-runtime").JSX.Element;