import { IAllPreConfigSettings, ISitePreConfigProps } from "./PreConfigFunctions";
export declare function applyPresetCollectionDefaults(sitePresets: ISitePreConfigProps, PreConfiguredProps: IAllPreConfigSettings, thisProps: any, serverRelativeUrl: string): ISitePreConfigProps;