import { CSSObject, Theme } from '@storybook/theming';
export declare const headerCommon: ({ theme }: {
    theme: Theme;
}) => CSSObject;
export declare const codeCommon: ({ theme }: {
    theme: Theme;
}) => CSSObject;
export declare const withReset: ({ theme }: {
    theme: Theme;
}) => CSSObject;
export declare const withMargin: CSSObject;
