import { ActionContract } from '../elements'; export interface MorerContract{ align?: 'start' | 'center' | 'end' | 'between' | 'around'; url?: string; title: string; actions?: ActionContract[]; }