import { PullToRefresh as PullToRefreshPrimitive } from '@seed-design/react-pull-to-refresh'; import { PullToRefreshVariantProps } from '@seed-design/css/recipes/pull-to-refresh'; import { ForwardRefExoticComponent, RefAttributes } from 'react'; export interface PullToRefreshRootProps extends PullToRefreshVariantProps, PullToRefreshPrimitive.RootProps { } export declare const PullToRefreshRoot: ForwardRefExoticComponent>; export interface PullToRefreshIndicatorProps extends PullToRefreshPrimitive.IndicatorProps { } export declare const PullToRefreshIndicator: ForwardRefExoticComponent>; export interface PullToRefreshContentProps extends PullToRefreshPrimitive.ContentProps { } export declare const PullToRefreshContent: ForwardRefExoticComponent>; //# sourceMappingURL=PullToRefresh.d.ts.map