import { ScrollProps } from './types'; import { AnyRecord, IJSX, StyledComponentProps } from '@codeleap/styles'; export * from './styles'; export * from './types'; export declare const Scroll: { (scrollProps: ScrollProps): 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