import { WindowSize } from '../../../context/windowSizeProvider'; /** Full-viewport centered layout for schedule list fetch error + reload affordance. */ export declare const FetchErrorPage: import('@emotion/styled').StyledComponent<{ theme?: import('@emotion/react').Theme; as?: React.ElementType; } & { windowSize: WindowSize; }, import('react').DetailedHTMLProps, HTMLDivElement>, {}>; export declare const FetchErrorIconContainer: import('@emotion/styled').StyledComponent<{ theme?: import('@emotion/react').Theme; as?: React.ElementType; }, import('react').DetailedHTMLProps, HTMLDivElement>, {}>; export declare const FetchErrorLabel: import('@emotion/styled').StyledComponent<{ theme?: import('@emotion/react').Theme; as?: React.ElementType; } & import('react').ClassAttributes & import('react').HTMLAttributes & { theme?: import('@emotion/react').Theme; } & import('react').ClassAttributes & import('react').HTMLAttributes, {}, {}>;