import { default as React, JSX, PropsWithChildren } from 'react'; interface VisualListProps extends React.HTMLProps { /** * The CSS class name. */ className?: string; } /** * A list component. */ export declare function VisualList({ className, children, ...props }: PropsWithChildren): JSX.Element; export {}; //# sourceMappingURL=VisualList.d.ts.map