export declare const BreakPointSettingsStyles: {
    activated: (active: boolean) => string;
    header: string;
};
