declare const Components: {
    accessoryIndicator: {
        width: number;
        height: number;
        marginLeft: number;
        backgroundColor: string;
        borderTopWidth: number;
        borderRightWidth: number;
        borderColor: string;
        transform: {
            rotate: string;
        }[];
    };
};
export default Components;
