import { HTMLChakraProps } from '@chakra-ui/react/styled-system';
import { SlotComponent } from '../../type-utils';
export type ListRootSlotProps = HTMLChakraProps<"ul">;
export declare const ListRootSlot: SlotComponent;
export type ListItemSlotProps = HTMLChakraProps<"li">;
export declare const ListItemSlot: SlotComponent;
export type ListIndicatorSlotProps = HTMLChakraProps<"div">;
export declare const ListIndicatorSlot: SlotComponent;