export interface LayoutConfig { /** * Animation timings for CSS animations. (defaults: "250ms ease-in-out") */ animation?: string; }