import { ComputedRef } from 'vue';
declare function alignment(props: any): ComputedRef<string>;
export default alignment;
