import { ICSSInJSStyle } from '@fluentui/styles';
export declare const debugRoot: () => ICSSInJSStyle;
export declare const debugArea: () => ICSSInJSStyle;
export declare const debugGap: ({ vertical }: {
    vertical: any;
}) => ICSSInJSStyle;
