export default interface Summary { options?: boolean; position?: 'top' | 'bottom'; striped?: boolean; sumDisplayed?: boolean; }