import { PropsWithChildren } from 'react'; import { ListDescriptionProps } from './listdescription.interfaces'; export declare const ListDescription: { ({ children, ...props }: PropsWithChildren): JSX.Element; defaultTheme: ({ colors }: import("../..").CommonTheme) => [string, { fontSize: string; lineHeight: string; textColor: string; }]; };