export declare const Actionsheet: { defaultProps: { size: string; }; }; export declare const ActionsheetContent: { baseStyle: { alignItems: string; px: number; py: number; borderRadius: string; roundedTop: number; _dragIndicator: { bg: string; height: number; width: number; borderRadius: number; }; }; }; export declare const ActionsheetItem: { baseStyle: (props: any) => { width: string; justifyContent: string; px: number; _pressed: { bg: any; }; _hover: { bg: any; }; }; defaultProps: { variant: string; }; };