export declare const mixinMakeContainer: (variables: any, none: any) => { width: string; paddingRight: number; paddingLeft: number; marginRight: string; marginLeft: string; } | { width?: undefined; paddingRight?: undefined; paddingLeft?: undefined; marginRight?: undefined; marginLeft?: undefined; };