export declare const sectionStyles: {
    section: {
        flexDirection: string;
    };
    normalSpacing: {
        marginBottom: number;
    };
    tightSpacing: {
        marginBottom: number;
    };
    headingWrapper: {
        marginBottom: number;
    };
    heading: {
        fontSize: number;
        fontWeight: string;
        color: string;
        letterSpacing: number;
    };
    subtitle: {
        fontSize: number;
        color: string;
        marginTop: number;
    };
    body: {
        flexDirection: string;
        rowGap: number;
        maxWidth: string;
    };
};
