import React from 'react'; export type AnimationSizeViewRef = {}; export type AnimationSizeViewProps = { childProps?: Omit, HTMLDivElement>, 'children'>; parentProps?: Omit, HTMLDivElement>, 'children'>; children?: React.ReactNode; /** * 默认只会变化高度 */ observerAttrs?: { width?: boolean; height?: boolean; }; }; export declare const AnimationSizeView: React.ForwardRefExoticComponent>; //# sourceMappingURL=index.d.ts.map