/// import { StackProps } from '@chakra-ui/react'; interface ListProps extends StackProps { label?: string; } export declare const List: (props: ListProps) => JSX.Element; export {};