import { Middleware } from 'stylis';
type MiddlewareParams = Parameters<Middleware>;
declare function stylisRTLPlugin(element: MiddlewareParams[0], index: MiddlewareParams[1], children: MiddlewareParams[2], callback: MiddlewareParams[3]): string | void;
export default stylisRTLPlugin;