import React from 'react'; import { Animated } from 'react-native'; import { StretchyProps } from '../types'; import { UseStretchyOutput } from '../hooks/useStretchy'; export declare type PropsWithStretchy
= P & {
stretchy: UseStretchyOutput;
};
export declare type StretchyComponentProps