import { GatsbyConfig } from 'gatsby';
import { SonarThemeOptions } from './types';
declare const config: (options: SonarThemeOptions) => GatsbyConfig;
export default config;
