export interface Props {
    [key: string]: string | boolean | number;
}
//# sourceMappingURL=props.d.ts.map