Type Alias OverflowStrategy Copyfitting rules. Declaration export declare type OverflowStrategy = "clip" | "fitToWidth" | "fitToBox" | "expandBox";