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