import type { Ref } from 'react'; import { type ReactElement } from 'react'; import type { ShadowlistProps, ShadowlistCommands } from './types'; export interface MountedRange { low: number; high: number; } export declare const initialMountedRange: (size: number, initial: number, inverted: boolean, offsetIndex: number) => MountedRange; declare const Shadowlist: (props: ShadowlistProps & { ref?: Ref; }) => ReactElement; export default Shadowlist; //# sourceMappingURL=Shadowlist.d.ts.map