/** * Rounded bordered container for schedule list tables; background follows the parent. * When the list scrolls vertically, fills the column to the bottom (no outer gap); short lists keep 16px below the border. */ export declare const ScheduleListSurfaceBox: import('@emotion/styled').StyledComponent<{ theme?: import('@emotion/react').Theme; as?: React.ElementType; } & { $listScrollable?: boolean; }, import('react').DetailedHTMLProps, HTMLDivElement>, {}>;