import { ViewStyle, TextStyle } from "react-native";
interface Style {
    buttonTextStyle: TextStyle;
}
export declare const _shadowStyle: (shadowColor: string) => ViewStyle;
export declare const _container: (width: number | string, height: number | string, backgroundColor: string) => ViewStyle;
declare const _default: Style;
export default _default;
