import { SpacingSettings } from "../models";
export declare class StyleHelper {
    static getBlockPadding(spacing: SpacingSettings): string;
}
