import { CSSProperties } from 'react'; export type ToastPosition = 'top-left' | 'top-right' | 'top-center' | 'bottom-left' | 'bottom-right' | 'bottom-center'; export declare const positionOutput: Record; //# sourceMappingURL=ToastPositionHelpers.d.ts.map