import {ElementListProps} from './ElementsList'; import {OptionsListProps} from './OptionsList'; import {PressableContainerProps} from './PressableContainer'; interface CommonProps extends Omit, Omit, Omit { backgroundColor?: string; svgWidth?: number; svgHeight?: number; onDone?: (base64: string) => void; onCancel?: () => void; }