export declare module SpacingPickerLocalization {
    const namespace = "Omnia.Ux.SpacingPicker";
    interface locInterface {
        Top: string;
        Right: string;
        Left: string;
        Bottom: string;
    }
}
