import '@oicl/openbridge-webcomponents/dist/components/attachment-list-item/attachment-list-item.js'; export interface Props { label?: string; index?: string; hasIndex?: boolean; hasLeadingIcon?: boolean; hasTag?: boolean; hasTimeDate?: boolean; date?: string; time?: string; hasTrailingAction?: boolean; showDivider?: boolean; amplified?: boolean; disabled?: boolean; } declare const _default: import("vue").DefineComponent) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ "onAttachment-item-click"?: ((payload: CustomEvent<{ label: string; }>) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;