import { Config, ConfigProps, GridBreakpoints } from "./types"; export declare const CUSTOM_CONF = "awesomegrid"; export declare const DIMENSIONS: GridBreakpoints[]; export declare const BASE_CONF: Config; export default function config(props?: ConfigProps): Config;