import AmauiStyle from './AmauiStyle';
export interface IRtl {
value?: any;
arguments?: any;
}
declare function rtl(amauiStyle: AmauiStyle): {
methods: {
method: (value_: {
value: string;
property: string;
}) => IRtl;
};
remove: () => void;
};
export default rtl;