/// import { MantineNumberSize, ClassNames, Styles } from '@asuikit/styles'; import type { ListStylesNames } from './List'; interface ListContextValue { spacing?: MantineNumberSize; center?: boolean; icon?: React.ReactNode; listStyleType?: string; withPadding?: boolean; size?: MantineNumberSize; classNames?: ClassNames; styles?: Styles; unstyled?: boolean; variant?: string; } export declare const ListProvider: ({ children, value }: { value: ListContextValue; children: import("react").ReactNode; }) => import("react").JSX.Element, useListContext: () => ListContextValue; export {}; //# sourceMappingURL=List.context.d.ts.map