/// <reference types="react" />
import type { GetProps } from '@crossed/styled';
declare const Button: import("@crossed/styled").StyledComponent<undefined, import("react-native").PressableProps & import("react").RefAttributes<import("react-native").View>, undefined>;
type ButtonProps = GetProps<typeof Button>;
export declare const ButtonOnlyBaseNativeDemo: (props: ButtonProps) => import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=OnlyBase.native.d.ts.map