/** * Toast position types */ export declare type SnotifyPositionType = 'leftTop' | 'leftCenter' | 'leftBottom' | 'rightTop' | 'rightCenter' | 'rightBottom' | 'centerTop' | 'centerCenter' | 'centerBottom';