/**
 * @internal
 */
export interface SkyTextExpandModalContext {
    header: string;
    text: string;
}
