export interface CnSafeAreaProps {
    /**
     * 根据实际应用场景分析，暂不支持 top
     * @default bottom
     */
    position?: 'bottom';
}
