import * as React from 'react'; type Props = { label: string; color?: string; textColor?: string; onPress: () => void; disabled?: boolean; }; export declare const RoundButton: React.FC; export {}; //# sourceMappingURL=RoundButton.d.ts.map