///
export type * from './InfoList';
export type * from './@compound';
import { InfoListKeyValueItem, type InfoListKeyValueItemProps, InfoListKeyValueItemKey, type InfoListKeyValueItemKeyProps, InfoListKeyValueItemValue, type InfoListKeyValueItemValueProps } from './@compound/InfoListKeyValue/Item';
import { InfoListKeyValueList, type InfoListKeyValueListProps } from './@compound/InfoListKeyValue/List';
export { InfoListKeyValueList, InfoListKeyValueListProps };
export { InfoListKeyValueItem, InfoListKeyValueItemProps };
export { InfoListKeyValueItemKey, InfoListKeyValueItemKeyProps };
export { InfoListKeyValueItemValue, InfoListKeyValueItemValueProps };
export declare const InfoList: import("react").ForwardRefExoticComponent, HTMLElement>, "ref">, "children">, "gap"> & import("./InfoList").InfoListOwnProps & {
children?: import("react").ReactNode;
} & import("react").RefAttributes> & {
Title: import("react").ForwardRefExoticComponent, "color"> & {
children?: import("react").ReactNode;
} & import("react").RefAttributes>;
Item: import("react").ForwardRefExoticComponent, HTMLDivElement>, "ref">, "children">, keyof import("./@compound").InfoListItemOwnProps> & import("./@compound").InfoListItemOwnProps & import("react").RefAttributes>;
AvatarItem: import("react").ForwardRefExoticComponent> & {
Provider: typeof import("./@compound").InfoListAvatarItemProvider;
};
KeyValueList: import("react").ForwardRefExoticComponent, HTMLDivElement>, "ref">, "children">, "children" | "defaultKeyWidth"> & import("./@compound/InfoListKeyValue/List/List.context").InfoListKeyValueListContextValue & {
children?: import("react").ReactNode;
} & import("react").RefAttributes>;
KeyValueItem: import("react").ForwardRefExoticComponent, HTMLDivElement>, "ref">, "children">, "allowMultiline" | "readonly"> & {
allowMultiline?: boolean | undefined;
} & {
readonly?: boolean | undefined;
} & {
children?: import("react").ReactNode;
} & import("react").RefAttributes> & {
Key: import("react").ForwardRefExoticComponent>;
Value: import("react").ForwardRefExoticComponent, HTMLDivElement>, "ref">, "children">, keyof import("./@compound/InfoListKeyValue/Item/@compound/Value").InfoListKeyValueItemValueOwnProps> & import("./@compound/InfoListKeyValue/Item/@compound/Value").InfoListKeyValueItemValueOwnProps & {
children?: import("react").ReactNode;
} & import("react").RefAttributes>;
};
};
//# sourceMappingURL=index.d.ts.map