import { HTMLAttributes } from 'preact/compat'; export interface EmptyListProps extends HTMLAttributes { isEmpty: boolean; typeList: 'address' | 'orders'; minifiedView: boolean; } //# sourceMappingURL=emptyList.types.d.ts.map