export namespace styles { let container: { backgroundColor: string; overflow: "hidden"; position: "absolute"; left: 0; right: 0; top: 0; bottom: 0; }; namespace ripple { export let width: number; export let height: number; export { radius as borderRadius }; export let overflow: "hidden"; export let position: "absolute"; } } export const radius: 10; //# sourceMappingURL=styles.d.ts.map