interface Props { sectionCount: number; wideLayout?: boolean; } export declare function SpendManagementSetUpLoading({ sectionCount, wideLayout, }: Readonly): JSX.Element; export default SpendManagementSetUpLoading;