import { CustomIcon } from '../../../Icons/BuiltInIconRenderer'; interface AttachmentItem { title: string; } interface AttachmentProps { attachment: AttachmentItem; icon?: CustomIcon; removable?: boolean; handleDelete?: () => void; } declare const _default: import('../../../../../../styled-system/system.js').StyledComponent<({ attachment, removable, handleDelete, icon, ...props }: AttachmentProps) => import("react/jsx-runtime").JSX.Element, {}>; export default _default;