import { FlexProps } from '../Flex'; import { PrismaneProps } from '../../types'; export type ToasterProps = PrismaneProps<{ position?: "bottom-right" | "top-right" | "bottom-left" | "top-left"; }, FlexProps>; declare const Toaster: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export default Toaster; //# sourceMappingURL=Toaster.d.ts.map