import "./index.css"; export declare function LinkedList({ children, className, ...other }: React.HTMLProps): import("react").JSX.Element; export declare function LinkedListItem({ children, className, label, ...other }: React.HTMLProps & { label: React.ReactNode; }): import("react").JSX.Element; export declare function Card({ as, children, className, ...other }: React.HTMLProps & { as?: any; }): import("react").JSX.Element;