import { ThemeComponentInterface } from '@redesign-system/theme'; export interface CloseInterface extends ThemeComponentInterface { onClose?: any; }