import { AnyRecord, IJSX, StyledComponentProps } from '@codeleap/styles'; import { RefreshControlProps } from './types'; export * from './styles'; export * from './types'; export declare const RefreshControl: { (props: RefreshControlProps): import("react/jsx-runtime").JSX.Element; styleRegistryName: string; elements: string[]; rootElement: string; withVariantTypes(styles: S): (props: StyledComponentProps) => IJSX; defaultProps: Partial; }; //# sourceMappingURL=index.d.ts.map