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