import { CSSProperties } from 'react'; interface AliAwscProps { width?: string | number; fontSize?: string | number; upLang?: any; success: any; fail?: any; awscId: string; style?: CSSProperties; reset?: (p: any) => void; } declare const AliAwsc: (props: AliAwscProps) => JSX.Element; export default AliAwsc; //# sourceMappingURL=aliAwsc.d.ts.map