import { default as React } from 'react'; import { DeepPartial } from '../../types'; import { StickyScrollTheme } from './theme'; export interface StickyScrollProps extends React.PropsWithChildren { colors: string[]; theme?: DeepPartial; className?: string; } export declare const StickyScroll: React.FC; //# sourceMappingURL=StickyScroll.d.ts.map