declare function baseStyle(props: Record): { width: string; height: string; bg: any; }; declare const _default: { baseStyle: typeof baseStyle; defaultProps: { orientation: string; size: number; }; }; export default _default;