import type { GlobalTheme } from '../global'; declare const getAttachmentTheme: (theme: GlobalTheme) => { colors: { highlightedBackground: string | undefined; }; radii: { image: number; container: number; }; sizes: { imageHeight: number; imageWidth: number; }; space: { containerPadding: number; containerVerticalPadding: number; ctaPadding: number; textHorizontalPadding: number; }; }; export default getAttachmentTheme;