export interface FragmentProps { maxWidth?: number; attributes?: any; children?: any; }