import { CSSProperties } from 'react'; /** * Hook for calculating position styles for individual toasts * @param index - The index of the toast in the stack * @returns CSS properties for positioning the toast */ export declare const useToastPositionStyles: (index: number) => CSSProperties | undefined;