import { AirGapUIText } from './text';
export interface AirGapUIAction {
    text: AirGapUIText;
}
