import { SxProps } from '@mui/material/styles';
export declare const darkTextColor = "#22252A";
export declare const homepageBodyText: SxProps;
export declare const h2Sx: SxProps;
export declare const defaultHomepageText: SxProps;
export declare const titleSx: SxProps;
export declare const sidePadding: SxProps;
/**
 * Visually hides content while keeping it accessible to screen readers.
 * Use this for content that provides context to assistive technologies
 * but should not be visible on screen.
 */
export declare const visuallyHidden: SxProps;
//# sourceMappingURL=HomepageStyles.d.ts.map