import type { Theme } from '@elliemae/ds-system'; export declare const getItemBackgroundStyle: (props: { theme: Theme; selected?: boolean; opened?: boolean; }) => string;