import { FCWithChildren } from '../../props/common/types'; /** * To be used in conjunction with Button's wrapWithText="off" * * Allows to render text that respects the Button's variant and state when `wrapWithText` is turned * off to render free children that can't be wrapped in a Text (e.g. View, Image) without breaking * the React Native new architecture (Fabric). */ export declare const ButtonText: FCWithChildren; //# sourceMappingURL=ButtonText.d.ts.map